projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00f856
)
Fix syntax used for C-SPC.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 11 Feb 1994 06:03:57 +0000
(06:03 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 11 Feb 1994 06:03:57 +0000
(06:03 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 04ed57026431f6e7fb5c12807a3d48f2ce278a63..c103a2305ee8704e50f88e7d1e4e81e18fe24d2f 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1429,7
+1429,7
@@
incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]."
(goto-char position)
(switch-to-buffer buffer)))
(define-key ctl-x-map "\C-@" 'pop-global-mark)
-(define-key ctl-x-map [
C-SPC
] 'pop-global-mark)
+(define-key ctl-x-map [
?\C-\
] 'pop-global-mark)
\f
(defvar next-line-add-newlines t